home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / util / pack / xpack_14.lha / xPack / xPack.doc < prev    next >
Text File  |  1993-03-25  |  3KB  |  115 lines

  1.         xPack V1.4 - English Manual
  2.  
  3.  
  4. NAME
  5.     C:xPack 
  6.  
  7. SYNOPSIS
  8.     xPack FILE/M/A,METHOD/K,MINSIZE/N/K,SUFFIX/K,PASSWORD/K,
  9.               ALL/S,FORCE/S,PROGRAM/S,XSCAN/S,LOSSY/S,QUIET/S
  10.  
  11. DESCRIPTION
  12.     xPack is a command line interface to the XPK compression library.
  13.     It was made to enable you to pack (or unpack) many files quickly
  14.     and comfortably, exspecially for use with the "XFH-Handler".
  15.     xPack needs OS 2.04 or newer.
  16.  
  17.     Main features:
  18.     - supports patterns
  19.     - can scan complete directory trees
  20.     - protection flags, filenote and date of the files are NOT changed
  21.     - packed files won't be repacked by default
  22.  
  23.     For more details about XPK read the documentation supplied.
  24.  
  25. ARGUMENTS
  26.     FILE:        You can supply as many files, directories or patterns
  27.             as you want.
  28.  
  29.     METHOD:        the compression algorithm to be used
  30.  
  31.     MINSIZE:    All files which are smaller than this value (in bytes)
  32.             won't be crunched (default 512 bytes).
  33.  
  34.     SUFFIX:        add/remove supplied suffix if packing/unpacking
  35.  
  36.     PASSWORD:    optional Password for encryption (or decryption)
  37.  
  38.     ALL:        scan through directory trees
  39.  
  40.     FORCE:        Files will be packed even if they're already XPK
  41.             packed and/or their size increases.
  42.  
  43.     PROGRAM:    pack only executables (e.g. for xLoadSeg)
  44.  
  45.     XSCAN:        create filenotes for fast directory access with XFH
  46.             (like "xScan")
  47.  
  48.     LOSSY:        permit lossy packing
  49.  
  50.     QUIET:        No progress report is printed while packing.
  51.  
  52.     Examples:
  53.  
  54.      xPack SYS:MetaFont METHOD NUKE ALL
  55.  
  56.     or
  57.  
  58.      xPack Docs/#?.doc METHOD IMPL.40 SUFFIX .xpk MINSIZE 1024
  59.  
  60.     or
  61.  
  62.      xPack Secret.txt METHOD ENCO PASSWORD Joshua
  63.  
  64.     or (Decrunch)
  65.  
  66.      xPack Archive/#?.xpk Archive/#?.pp QUIET
  67.  
  68. HISTORY
  69.     XPKSmart 1.0
  70.     - first internal Release
  71.  
  72.     xSmart 1.0
  73.     - program renamed on a request by Urban "XPK" Müller
  74.     - progress display fits better in the CLI window now
  75.     - check for increase of size by packing with XPK implemented
  76.  
  77.     xPack 1.0
  78.     - program renamed again on a request by Urban "XPK" Müller
  79.     - "FORCE", "PASSWORD" and "SUFFIX" argument implemented
  80.     - file handling changed, slower but more secure
  81.     - removed Enforcer hit
  82.  
  83.     xPack 1.1
  84.     - no problems with WShell anymore
  85.     - if xPack is started with OS 1.3 a message is printed instead of
  86.       displaying a recoverable Alert
  87.  
  88.     xPack 1.2
  89.     - added "PROGRAM" parameter
  90.     - suffixes may be removed while unpacking
  91.  
  92.     xPack 1.3
  93.     - wasted my time with a special function for handling ILBM-files
  94.     - added "QUIET" parameter
  95.     - "FORCE" is switched on automatically if a password is supplied.
  96.  
  97.     xPack 1.4
  98.     - changed "FILE/M" to "FILE/M/A" in template
  99.     - added "XSCAN" and "LOSSY" parameter
  100.  
  101. COPYRIGHT
  102.     xPack is free to be spread on public-domain and shareware disks as
  103.     long as they are sold for a reasonable charge that is less than $6.
  104.     This applies not to Fred Fish, he and ONLY he can take more money.
  105.     For use in commercial products the permission of the author is
  106.     required.
  107.  
  108. AUTHOR
  109.     Matthias Scheler
  110.     Schützenstraße 18
  111.     D-4799 Borchen
  112.  
  113.     InterNet: tron@uni-paderborn.de
  114.     FidoNet:  Matthias Scheler@2:247/600.10
  115.